@charset "UTF-8";

/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-family: "微软雅黑", "microsoft yahei", "黑体";
    background-color: #fff;
}


/*Slide*/

.slider {
    width: 640px;
    height: 360px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slider .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}

.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slider .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slider .hd ul li.on {
    background: #ba2a21;
    color: #fff;
}

.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 640px;
    height: 360px;
    position: relative;
}

.slider .bd img {
    /* width: 640px; */
    height: 360px;
    display: block;
}

.slider .prev,
.slider .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    background: url(/2023/left.png) center center no-repeat;
    opacity: .5;
}

.slider .next {
    background: url(/2023/right.png) center center no-repeat;
    left: auto;
    right: 0;
}

.slider .prev:hover,
.slider .next:hover {
    opacity: 1;
}

.slider .u-tit {
    background: url(/2023/opacity.png) repeat;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.slider .u-tit p {
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
}

.ad-list {
    margin: 40px 0;
}

.ad-list .slider {
    float: none;
    margin: 0 auto;
    width: 1300px;
    height: 140px;
}

.ad-list .slider img {
    width: 100% !important;
    height: 140px !important;
}

.ad-list .slider .bd li {
    width: 100%;
    height: 140px;
}

@media print {
    body {
        min-width: auto !important;
    }
    /* 打印 */
    .tab-content {
        width: 100% !important;
    }
    .header {
        height: 100px !important;
        background: none !important;
        position: relative !important;
        top: -60px !important;
    }
    .xs_right {
        display: none !important;
    }
    .xs_left {
        padding: 20 0 0 !important;
        width: 100% !important;
        float: none !important;
        border: none !important;
    }
    .header-top {
        display: none !important;
    }
    .map-local {
        display: none !important;
    }
    .public-footer {
        display: none !important;
    }
    .nav-menu {
        display: none !important;
    }
    .icon-logo {
        text-align: center;
    }
    .nav-header {
        width: 100% !important;
    }
    .nav-header .f-l {
        text-align: center;
        float: initial;
    }
    .xs_ctrl {
        display: none !important;
    }
    .xs_wp {
        padding-top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        border: none !important;
    }
    .xs_title {
        width: 100% !important;
        padding: 0 0 20px !important;
        /* border: none !important; */
    }
    .xs_content {
        width: 100% !important;
        border: none !important;
    }
}

body {
    line-height: 1.5;
    font-family: "微软雅黑", "microsoft yahei", "黑体";
    font-size: 16px;
    min-width: 1300px;
    max-width: 2560px;
    margin: 0 auto;
}

ol,
ul,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a[href]:hover {
    /* color: #1b5395; */
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px auto !important;
    max-width: 100%;
}
table td, table th {
    word-wrap: break-word; /* 长单词换行 */
    word-break: break-word; /* 支持多种语言的单词换行 */
    white-space: normal; /* 自动换行 */
}


a {
    text-decoration: none;
    outline: none;
    color: #333;
    cursor: default;
}

img,
fieldset {
    border: 0;
}

input,
textarea,
img {
    vertical-align: middle;
}

:focus {
    outline: none;
}


/*common*/

body {
    min-width: 1300px;
}

.hide {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.public-footer {
    background-color: #1b5395;
    color: #fff;
}

.public-footer .links {
    background-color: #eeeeee;
    height: 80px;
}

.public-footer .footer {
    position: relative;
    height: 300px;
    color: #fff;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
}

.public-footer .icon-left {
    position: absolute;
    top: 40px;
    left: 120px;
}

.public-footer .icon-right {
    position: absolute;
    top: 40px;
    right: 78px;
    width: 208px;
    font-size: 0;
}

.public-footer .icon-right a {
    display: inline-block;
    margin-right: 24px;
}

.public-footer p,
.public-footer a {
    color: #fff;
    line-height: 2;
    text-align: center;
}

.public-footer a:hover {
    text-decoration: underline;
}

.public-footer .text {
    display: inline-block;
    margin: 0 20px;
}

.links a{
    color: #444444;
}
.links .shus {
    width: 1px;
    height: 22px;
    background-color: #e2e2e2;
    margin: 30px 15px 0 15px;
    display: inline-block;
    _zoom: 1;
    float: left;
    _display: inline;
    vertical-align: middle;
}

.links .cusSelects {
    width: 155px;
    height: 80px;
    text-align: center;
    float: left;
    line-height: 80px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
@page {
  size: 20px 40px;
}

/* 骨架屏 @Kit */
.skeleton__item{
    height: 20px;
    width: 100%;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 4px;
}

.skeleton.is-animated .skeleton__item {
    background: linear-gradient(90deg, rgb(242, 242, 242) 25%, rgb(230, 230, 230) 37%, rgb(242, 242, 242) 63%) 0% 0% / 400% 100%;
    animation: 1.4s ease 0s infinite normal none running element-skeleton-loading;
}
@keyframes element-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}